From: Jan Beulich Date: Tue, 24 Nov 2015 16:40:18 +0000 (+0100) Subject: x86: drop MAX_APICID X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~2204^2~1 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22Dat/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22Dat?a=commitdiff_plain;h=0aa684b508ebe97a486de9ec2892120e9697163d;p=xen.git x86: drop MAX_APICID It's unused and wrong (we already have MAX_LOCAL_APIC and MAX_APICS). Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper --- diff --git a/xen/include/asm-x86/smp.h b/xen/include/asm-x86/smp.h index 64f510b6ba..33c2c32f42 100644 --- a/xen/include/asm-x86/smp.h +++ b/xen/include/asm-x86/smp.h @@ -37,7 +37,6 @@ extern void (*mtrr_hook) (void); extern void zap_low_mappings(void); -#define MAX_APICID 256 extern u32 x86_cpu_to_apicid[]; #define cpu_physical_id(cpu) x86_cpu_to_apicid[cpu]